Version

GroupByContext<TColumnType> Class Members

The following tables list the members exposed by GroupByContext<TColumnType>.

Public Constructors
 NameDescription
Public ConstructorGroupByContext<TColumnType> ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyComparerGets the Comparer that will be used to perform the grouping.  
Public PropertyPropertyNameGets the name of the property that data should be grouped by. (Inherited from Infragistics.GroupByContext)
Protected Properties
 NameDescription
Protected PropertyCachedTypedInfoThe CachedTypedInfo for the operation.  
Protected PropertyConverterGets the System.Windows.Data.IValueConverter which will be used to evaluate the GroupBy.  
Protected PropertyConverterParameterThe parameter applied to the Converter.  
Protected Internal PropertySummariesGets a list of the summaries that should be applied to Children. (Inherited from Infragistics.GroupByContext)
Public Methods
 NameDescription
Public MethodGroup<T>Overridden. Groups the specified System.Linq.IQueryable by the property this data represents.  
See Also